home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 22 / Cream of the Crop 22.iso / games / zmud32.zip / ZMUD.EXE / 0 / RCDATA / TLOSTDIALOG / TLOSTDIALOG.txt
Text File  |  1996-08-04  |  12KB  |  332 lines

  1. object LostDialog: TLostDialog
  2.   Left = 164
  3.   Top = 111
  4.   ActiveControl = OKBtn
  5.   BorderStyle = bsDialog
  6.   Caption = 'Lost Connection'
  7.   ClientHeight = 207
  8.   ClientWidth = 474
  9.   Font.Color = clBlack
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = [fsBold]
  13.   Position = poScreenCenter
  14.   OnCreate = FormCreate
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object Label1: TLabel
  18.     Left = 24
  19.     Top = 16
  20.     Width = 112
  21.     Height = 13
  22.     Caption = 'Lost Connection to:'
  23.   end
  24.   object Label2: TLabel
  25.     Left = 24
  26.     Top = 64
  27.     Width = 301
  28.     Height = 13
  29.     Caption = 'This could have been caused by any of the following'
  30.   end
  31.   object Label3: TLabel
  32.     Left = 40
  33.     Top = 96
  34.     Width = 66
  35.     Height = 13
  36.     Caption = 'MUD crashed'
  37.     Font.Color = clBlack
  38.     Font.Height = -11
  39.     Font.Name = 'MS Sans Serif'
  40.     Font.Style = []
  41.     ParentFont = False
  42.   end
  43.   object Label4: TLabel
  44.     Left = 40
  45.     Top = 112
  46.     Width = 95
  47.     Height = 13
  48.     Caption = 'Network went down'
  49.     Font.Color = clBlack
  50.     Font.Height = -11
  51.     Font.Name = 'MS Sans Serif'
  52.     Font.Style = []
  53.     ParentFont = False
  54.   end
  55.   object Label5: TLabel
  56.     Left = 40
  57.     Top = 128
  58.     Width = 205
  59.     Height = 13
  60.     Caption = 'If using SLIP/PPP: modem disconnected or'
  61.     Font.Color = clBlack
  62.     Font.Height = -11
  63.     Font.Name = 'MS Sans Serif'
  64.     Font.Style = []
  65.     ParentFont = False
  66.   end
  67.   object Label6: TLabel
  68.     Left = 56
  69.     Top = 144
  70.     Width = 181
  71.     Height = 13
  72.     Caption = 'call waiting feature caused line to drop'
  73.     Font.Color = clBlack
  74.     Font.Height = -11
  75.     Font.Name = 'MS Sans Serif'
  76.     Font.Style = []
  77.     ParentFont = False
  78.   end
  79.   object Label7: TLabel
  80.     Left = 40
  81.     Top = 80
  82.     Width = 39
  83.     Height = 13
  84.     Caption = 'You quit'
  85.     Font.Color = clBlack
  86.     Font.Height = -11
  87.     Font.Name = 'MS Sans Serif'
  88.     Font.Style = []
  89.     ParentFont = False
  90.   end
  91.   object Label8: TLabel
  92.     Left = 24
  93.     Top = 176
  94.     Width = 106
  95.     Height = 13
  96.     Caption = 'Reconnecting in...'
  97.   end
  98.   object OKBtn: TBitBtn
  99.     Left = 352
  100.     Top = 16
  101.     Width = 110
  102.     Height = 27
  103.     Caption = '&Reconnect'
  104.     Default = True
  105.     Font.Color = clBlack
  106.     Font.Height = -11
  107.     Font.Name = 'MS Sans Serif'
  108.     Font.Style = []
  109.     ModalResult = 4
  110.     ParentFont = False
  111.     TabOrder = 0
  112.     Glyph.Data = {
  113.       76010000424D7601000000000000760000002800000020000000100000000100
  114.       04000000000000010000130B0000130B00000000000000000000000000000000
  115.       800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  116.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
  117.       3333333333FFFFF3333333333999993333333333F77777FFF333333999999999
  118.       3333333777333777FF33339993707399933333773337F3777FF3399933000339
  119.       9933377333777F3377F3399333707333993337733337333337FF993333333333
  120.       399377F33333F333377F993333303333399377F33337FF333373993333707333
  121.       333377F333777F333333993333101333333377F333777F3FFFFF993333000399
  122.       999377FF33777F77777F3993330003399993373FF3777F37777F399933000333
  123.       99933773FF777F3F777F339993707399999333773F373F77777F333999999999
  124.       3393333777333777337333333999993333333333377777333333}
  125.     Margin = 2
  126.     NumGlyphs = 2
  127.     Spacing = -1
  128.     IsControl = True
  129.   end
  130.   object Host: TEdit
  131.     Left = 40
  132.     Top = 32
  133.     Width = 249
  134.     Height = 20
  135.     BorderStyle = bsNone
  136.     Color = clBtnFace
  137.     Ctl3D = False
  138.     Font.Color = clBlack
  139.     Font.Height = -11
  140.     Font.Name = 'MS Sans Serif'
  141.     Font.Style = []
  142.     ParentCtl3D = False
  143.     ParentFont = False
  144.     ReadOnly = True
  145.     TabOrder = 1
  146.     Text = 'Host'
  147.   end
  148.   object AnotherBtn: TBitBtn
  149.     Left = 352
  150.     Top = 48
  151.     Width = 110
  152.     Height = 27
  153.     Caption = '&Another Char'
  154.     Font.Color = clBlack
  155.     Font.Height = -11
  156.     Font.Name = 'MS Sans Serif'
  157.     Font.Style = []
  158.     ModalResult = 6
  159.     ParentFont = False
  160.     TabOrder = 2
  161.     Glyph.Data = {
  162.       CE070000424DCE07000000000000360000002800000024000000120000000100
  163.       1800000000009807000000000000000000000000000000000000007F7F7F0000
  164.       7F00007F00007F00007F7F00007F7F007F7F007F7F007F7F007F7F7F00007F00
  165.       007F00007F0000007F7F007F7F007F7F007F7F007F7FFFFFFFFFFFFFFFFFFFFF
  166.       FFFF007F7F007F7F007F7F007F7F007F7F007F7FFFFFFFFFFFFFFFFFFFFFFFFF
  167.       007F7F007F7F007F7F007F7F00FF0000FF0000FF007F0000007F7F007F7F007F
  168.       7F007F7F007F7F007F7F007F0000FF007F0000007F7F007F7F007F7F007F7F00
  169.       7F7F7F7F7F7F7F7F007F7F007F7FFFFFFF007F7F007F7F007F7F007F7F007F7F
  170.       7F7F7F7F7F7F007F7FFFFFFF007F7F007F7F007F7F007F7F007F7F007F0000FF
  171.       007F00007F7F00007F7F007F7F007F7F007F7F007F7F007F0000FF007F000000
  172.       7F7F007F7F007F7F007F7F007F7F007F7F007F7F7F7F7F007F7FFFFFFF007F7F
  173.       007F7F007F7F007F7F007F7F007F7F7F7F7F007F7FFFFFFF007F7F007F7F007F
  174.       7F007F7F007F7F007F0000FF00007F007F0000007F7F007F7F007F7F007F7F7F
  175.       7F0000FF007F7F007F7F00007F7F007F7F007F7F007F7F007F7F007F7F007F7F
  176.       7F7F7F007F7F007F7FFFFFFF007F7F007F7F007F7F007F7F7F7F7F007F7FFFFF
  177.       FF007F7F007F7F007F7F007F7F007F7F007F7F007F7F00FF0000FF007F00007F
  178.       7F00007F7F007F7F7F7F00007F0000FF007F0000007F7F007F7F007F7F007F7F
  179.       007F7F007F7F007F7F007F7F007F7F7F7F7F007F7FFFFFFF007F7F007F7F007F
  180.       7F7F7F7F007F7F007F7FFFFFFF007F7F007F7F007F7F007F7F007F7F007F7F00
  181.       7F7F7F7F0000FF0000FF007F00007F00007F7F00007F0000FF007F00007F7F00
  182.       007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F7F7F7F007F
  183.       7F007F7FFFFFFFFFFFFF7F7F7F007F7F007F7FFFFFFF007F7F007F7F007F7F00
  184.       7F7F007F7F007F7F007F7F007F7F007F7F007F0000FF0000FF00007F00007F00
  185.       007F007F00007F7F00007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F
  186.       7F007F7F007F7F007F7F7F7F7F007F7F007F7F007F7F007F7F007F7FFFFFFF00
  187.       7F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F
  188.       7F7F0000FF0000FF0000FF00007F00007F007F7F007F00007F7F00007F7F007F
  189.       7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F7F7F7F007F7F00
  190.       7F7F007F7F007F7FFFFFFF7F7F7FFFFFFFFFFFFF007F7F007F7F007F7F007F7F
  191.       7F00007F00007F00007F00007F7F007F7F0000FF0000FF007F0000007F7F7F7F
  192.       0000FF007F0000007F7F007F7F007F7F007F7F007F7F007F7F7F7F7FFFFFFFFF
  193.       FFFFFFFFFF7F7F7F7F7F7F007F7F007F7FFFFFFF007F7F7F7F7F007F7FFFFFFF
  194.       007F7F007F7F007F7F007F7F7F7F0000FF0000FF00007F007F00007F7F0000FF
  195.       00007F007F0000007F7F7F7F0000FF007F0000007F7F007F7F007F7F007F7F00
  196.       7F7F007F7F7F7F7F7F7F7F007F7F007F7FFFFFFF7F7F7F007F7F007F7FFFFFFF
  197.       007F7F7F7F7F007F7FFFFFFF007F7F007F7F007F7F007F7F007F7F007F7F7F7F
  198.       0000FF00007F007F000000FF0000FF007F00007F0000007F0000FF007F000000
  199.       7F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F7F7F7F007F7F007F7F
  200.       FFFFFF007F7F007F7FFFFFFFFFFFFF7F7F7F007F7FFFFFFF007F7F007F7F007F
  201.       7F007F7F007F7F007F7F007F7F007F7F00FF00007F0000FF0000FF00007F0000
  202.       FF0000FF007F0000007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F
  203.       007F7F007F7F7F7F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7FFFFF
  204.       FF007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F00
  205.       7F00007F0000FF0000FF0000FF007F0000007F7F007F7F007F7F007F7F007F7F
  206.       007F7F007F7F007F7F007F7F007F7F007F7F007F7F7F7F7F007F7F007F7F007F
  207.       7F007F7F007F7FFFFFFF007F7F007F7F007F7F007F7F007F7F007F7F007F7F00
  208.       7F7F007F7F007F7F007F7F007F7F007F00007F0000FF007F0000007F7F007F7F
  209.       007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F
  210.       7F007F7F7F7F7F007F7F007F7F007F7FFFFFFF007F7F007F7F007F7F007F7F00
  211.       7F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F7F00007F000000FF00
  212.       7F0000007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F
  213.       7F007F7F007F7F007F7F007F7F007F7F007F7F7F7F7F007F7FFFFFFF007F7F00
  214.       7F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F
  215.       007F7F7F7F0000FF00007F007F0000007F7F007F7F007F7F007F7F007F7F007F
  216.       7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F7F7F7F00
  217.       7F7F007F7FFFFFFF007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F
  218.       007F7F007F7F007F7F007F7F007F7F7F7F0000FF0000FF007F0000007F7F007F
  219.       7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F00
  220.       7F7F007F7F007F7F7F7F7F007F7F007F7FFFFFFF007F7F007F7F007F7F007F7F
  221.       007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F7F7F
  222.       007F7F007F7F00007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F00
  223.       7F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F7F7F7F7F7F7F7F7F7F
  224.       007F7F007F7F007F7F007F7F007F7F007F7F}
  225.     Margin = 2
  226.     NumGlyphs = 2
  227.     Spacing = -1
  228.     IsControl = True
  229.   end
  230.   object BitBtn1: TBitBtn
  231.     Left = 352
  232.     Top = 144
  233.     Width = 110
  234.     Height = 27
  235.     Cancel = True
  236.     Caption = '&Quit'
  237.     Font.Color = clBlack
  238.     Font.Height = -11
  239.     Font.Name = 'MS Sans Serif'
  240.     Font.Style = []
  241.     ModalResult = 3
  242.     ParentFont = False
  243.     TabOrder = 3
  244.     Glyph.Data = {
  245.       78010000424D7801000000000000760000002800000020000000100000000100
  246.       04000000000000000000120B0000120B00000000000000000000000000000000
  247.       800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  248.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00330000000000
  249.       03333377777777777F333301BBBBBBBB033333773F3333337F3333011BBBBBBB
  250.       0333337F73F333337F33330111BBBBBB0333337F373F33337F333301110BBBBB
  251.       0333337F337F33337F333301110BBBBB0333337F337F33337F333301110BBBBB
  252.       0333337F337F33337F333301110BBBBB0333337F337F33337F333301110BBBBB
  253.       0333337F337F33337F333301110BBBBB0333337F337FF3337F33330111B0BBBB
  254.       0333337F337733337F333301110BBBBB0333337F337F33337F333301110BBBBB
  255.       0333337F3F7F33337F333301E10BBBBB0333337F7F7F33337F333301EE0BBBBB
  256.       0333337F777FFFFF7F33330000000000033333777777777773330000}
  257.     Margin = 2
  258.     NumGlyphs = 2
  259.     Spacing = -1
  260.     IsControl = True
  261.   end
  262.   object BitBtn2: TBitBtn
  263.     Left = 352
  264.     Top = 80
  265.     Width = 110
  266.     Height = 27
  267.     Caption = '&Offline'
  268.     Font.Color = clBlack
  269.     Font.Height = -11
  270.     Font.Name = 'MS Sans Serif'
  271.     Font.Style = []
  272.     ModalResult = 1
  273.     ParentFont = False
  274.     TabOrder = 4
  275.     Glyph.Data = {
  276.       78010000424D7801000000000000760000002800000020000000100000000100
  277.       04000000000000000000120B0000120B00000000000000000000000000000000
  278.       800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  279.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
  280.       33333333333333333333333333C3333333333333337F3333333333333C0C3333
  281.       333333333777F33333333333C0F0C3333333333377377F333333333C0FFF0C33
  282.       3333333777F377F3333333CCC0FFF0C333333373377F377F33333CCCCC0FFF0C
  283.       333337333377F377F3334CCCCCC0FFF0C3337F3333377F377F33C4CCCCCC0FFF
  284.       0C3377F333F377F377F33C4CC0CCC0FFF0C3377F3733F77F377333C4CCC0CC0F
  285.       0C333377F337F3777733333C4C00CCC0333333377F773337F3333333C4CCCCCC
  286.       3333333377F333F7333333333C4CCCC333333333377F37733333333333C4C333
  287.       33333333337773333333333333333333333333333333333333330000}
  288.     Margin = 2
  289.     NumGlyphs = 2
  290.     Spacing = -1
  291.     IsControl = True
  292.   end
  293.   object CancelBtn: TBitBtn
  294.     Left = 352
  295.     Top = 112
  296.     Width = 110
  297.     Height = 27
  298.     Cancel = True
  299.     Caption = '&Close'
  300.     Font.Color = clBlack
  301.     Font.Height = -11
  302.     Font.Name = 'MS Sans Serif'
  303.     Font.Style = []
  304.     ModalResult = 2
  305.     ParentFont = False
  306.     TabOrder = 5
  307.     Margin = 2
  308.     NumGlyphs = 2
  309.     Spacing = -1
  310.     IsControl = True
  311.   end
  312.   object Timeout: TEdit
  313.     Left = 136
  314.     Top = 176
  315.     Width = 121
  316.     Height = 20
  317.     BorderStyle = bsNone
  318.     Color = clBtnFace
  319.     Ctl3D = False
  320.     ParentCtl3D = False
  321.     ReadOnly = True
  322.     TabOrder = 6
  323.     Text = 'Timeout'
  324.   end
  325.   object ConnectTimer: TTimer
  326.     Enabled = False
  327.     OnTimer = ConnectTimerTimer
  328.     Left = 312
  329.     Top = 16
  330.   end
  331. end
  332.